GtkGrid: Avoid problems with uninitialized memory
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 Feb 2011 16:51:16 +0000 (11:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Feb 2011 16:53:38 +0000 (11:53 -0500)
commit169282959410c23d63db0a7ded81567ea7918120
treef831eeae3c55026e9234097a8ded09270be19a7a
parentda93864f5859e3811a4bd49072ba334a5ca8323a
GtkGrid: Avoid problems with uninitialized memory

valgrind complained about these, and they make for bad size allocation
and the occasional crash.
gtk/gtkgrid.c